Package com.cisco.pt.ipc.ui.impl
Class RSSwitchImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.RSSwitchImpl
Information provided by the PKI file:
\class RSSwitch
\brief RSSwitch allows for manipulation of the Realtime and Simulation toggle switches.
\example appWindow().getRSSwitch()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionRSSwitchImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisabled(boolean bDisable) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:voidsetWidgetDisable(String widgetName, boolean bDisable) Information provided by the PKI file:voidsetWidgetVisible(String widgetName, boolean bVisible) Information provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
RSSwitchImpl
public RSSwitchImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setVisible
public void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Specified by:
setVisiblein interfaceRSSwitch- Parameters:
bVisible- Takes in a parameter of bVisible
-
setWidgetVisible
Information provided by the PKI file:
\brief Shows or hides the specified child widget. \param widgetName, where widgetName can be one of the following: RealtimeBtn, SimulationBtn. \param bVisible, true to show this child widget, false to hide it.- Specified by:
setWidgetVisiblein interfaceRSSwitch- Parameters:
widgetName- Takes in a parameter of widgetNamebVisible- Takes in a parameter of bVisible
-
setDisabled
public void setDisabled(boolean bDisable) Information provided by the PKI file:
\brief Enables or disables input events to this widget. \param bDisabled, true to disable input events to this widget, false to enable input events.- Specified by:
setDisabledin interfaceRSSwitch- Parameters:
bDisable- Takes in a parameter of bDisable
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables the specified child widget. \param widgetName, where widgetName can be one of the following: RealtimeBtn, SimulationBtn. \param bDisabled, true to disable input events to this child widget, false to enable input events.- Specified by:
setWidgetDisablein interfaceRSSwitch- Parameters:
widgetName- Takes in a parameter of widgetNamebDisable- Takes in a parameter of bDisable
-
showRealtimeMode
public void showRealtimeMode()Information provided by the PKI file:
\brief Switches to Realtime mode.- Specified by:
showRealtimeModein interfaceRSSwitch
-
showSimulationMode
public void showSimulationMode()Information provided by the PKI file:
\brief Switches to Simulation mode.- Specified by:
showSimulationModein interfaceRSSwitch
-